[getMilliseconds | Returns the milliseconds value in a Date object using local time]
getMilliseconds()|
[getMinutes | Returns the minutes value in a Date object using local time]
getMinutes()|
[getMonth | Returns the month value in the Date object using local time]
getMonth()|
[GetParentFolderName | Returns a string containing the name of the parent folder of the last component in a specified path]
GetParentFolderName(|path)
[getSeconds | Returns the seconds value in a Date object using local time]
getSeconds()|
[GetSpecialFolder | Returns the special folder object specified]
GetSpecialFolder(|folderspec)
[GetTempName | Returns a randomly generated temporary file or folder name that is useful for performing operations that require a temporary file or folder]
GetTempName ();|
[getTime | Returns the time value in a Date object]
getTime()|
[getTimezoneOffset | Returns the difference in minutes between the time on the host computer and Universal Coordinated Time (UTC)]
getTimezoneOffset()|
[getUTCDate | Returns the date in a Date object using Universal Coordinated Time (UTC)]
getUTCDate()|
[getUTCDay | Returns the day of the week value in a Date object using Universal Coordinated Time (UTC)]
getUTCDay()|
[getUTCFullYear | Returns the year value in a Date object using Universal Coordinated Time (UTC)]
getUTCFullYear()|
[getUTCHours | Returns the hours value in a Date object using Universal Coordinated Time (UTC)]
getUTCHours()|
[getUTCMilliseconds | Returns the milliseconds value in a Date object using Universal Coordinated Time (UTC)]
getUTCMilliseconds()|
[getUTCMinutes | Returns the minutes value in a Date object using Universal Coordinated Time (UTC)]
getUTCMinutes()|
[getUTCMonth | Returns the month value value in a Date object using Universal Coordinated Time (UTC)]
getUTCMonth()|
[getUTCSeconds | Returns the seconds value in a Date object using Universal Coordinated Time (UTC)]
getUTCSeconds()|
[getVarDate | Returns the VT_DATE value in a Date object]
getVarDate()|
[getYear | Returns the year value in a Date object]
getYear()|
[hasOwnProperty | Returns a Boolean value indicating whether an object has a property with the specified name]
hasOwnProperty(|proName)
[indexOf | Returns the character position where the first occurrence of a substring occurs within a String object]
indexOf(|subString[, startIndex])
[isFinite | Returns a Boolean value that indicates if a supplied number is finite]
isFinite(|number)
[isNaN | Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number)]
isNaN(|numValue)
[isPrototypeOf | Returns a Boolean value indicating whether an object exists in another object's prototype chain]
isPrototypeOf(|object2)
[italics | Places HTML <I> tags around text in a String object]
italics(| )
[item | Returns the current item in the collection]
item()|
[Items | Returns an array containing all the items in a Dictionary object]
Items()|
[join | Returns a string value consisting of all the elements of an array concatenated together and separated by the specified separator character]
join(|separator)
[Keys | Returns an array containing all existing keys in a Dictionary object]
Keys()|
[lastIndexOf | Returns the last occurrence of a substring within a String object]
lastIndexOf(|substring[, startindex])
[lbound | Returns the lowest index value used in the specified dimension of a VBArray]
lbound(|dimension)
[link | Places an HTML anchor with an HREF attribute around the text in a String object]
link(|linkstring)
[localeCompare | Returns a value indicating whether two strings are equivalent in the current locale]
localeCompare(|stringExp)
[log | Returns the natural logarithm of a number]
log(|number)
[match | Executes a search on a string using a regular expression pattern, and returns an array containing the results of that search]
match(|rgExp)
[max | Returns the greater of zero or more supplied numeric expressions]
max(|[number1[, number2[. . . [, numberN]]]])
[min | Returns the lesser of zero or more supplied numeric expressions]
min(|[number1[, number2[. . . [,numberN]]]])
[Move | Moves a specified file or folder from one location to another]
Move(| destination );
[MoveFile | Moves one or more files from one location to another]
MoveFile (| source, destination );
[moveFirst | Resets the current item in the collection to the first item]
moveFirst(| )
[MoveFolder | Moves one or more folders from one location to another]
MoveFolder (| source, destination );
[moveNext | Moves the current item to the next item in the collection]
moveNext()|
[OpenAsTextStream | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file]
OpenAsTextStream(|[iomode, [format]])
[OpenTextFile | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file]
[split | Returns the array of strings that results when a string is separated into substrings]
split(|[separator[, limit]])
[sqrt | Returns the square root of a number]
sqrt(|number)
[strike | Places HTML <STRIKE> tags around text in a String object]
strike(| )
[sub | Places HTML <SUB> tags around text in a String object]
sub(| )
[substr | Returns a substring beginning at a specified location and having a specified length]
substr(|start [, length ])
[substring | Returns the substring at the specified location within a String object]
substring(|start, end)
[sup | Places HTML <SUP> tags around text in a String object]
sup(| )
[tan | Returns the tangent of a number]
tan(|number)
[test | Returns a Boolean value that indicates whether or not a pattern exists in a searched string]
test(|str)
[toArray | Returns a standard JScript array converted from a VBArray]
toArray(| )
[toDateString | Returns a date as a string value]
toDateString()|
[toExponential | Returns a string containing a number represented in exponential notation]
toExponential(|[fractionDigits])
[toFixed | Returns a string representing a number in fixed-point notation]
toFixed(|[fractionDigits])
[toGMTString | Returns a date converted to a string using Greenwich Mean Time(GMT)]
toGMTString()|
[toLocaleDateString | Returns a date as a string value appropriate to the host environmentÆs current locale]
toLocaleDateString()|
[toLocaleLowerCase | Returns a string where all alphabetic characters have been converted to lowercase, taking into account the host environment's current locale]
tolocaleLowerCase()|
[toLocaleString | Returns a date converted to a string using the current locale]
toLocaleString()|
[toLocaleTimeString | Returns a time as a string value appropriate to the host environmentÆs current locale]
toLocaleTimeString()|
[toLocaleUpperCase | Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale]
tolocaleUpperCase()|
[toLowerCase | Returns a string where all alphabetic characters have been converted to lowercase]
toLowerCase(| )
[toPrecision | Returns a string containing a number represented either in exponential or fixed-point notation with a specified number of digits]
toPrecision (|[precision])
[toString | Returns a string representation of an object]
toString(|[radix])
[toTimeString | Returns a time as a string value]
toTimeString()|
[toUpperCase | Returns a string where all alphabetic characters have been converted to uppercase]
toUpperCase(| )
[toUTCString | Returns a date converted to a string using Universal Coordinated Time (UTC)]
toUTCString()|
[ubound | Returns the highest index value used in the specified dimension of the VBArray]
ubound(|dimension)
[unescape | Decodes String objects encoded with the escape method]
unescape(|charString)
[unshift | Returns an array with specified elements inserted at the beginning]
unshift(|[item1[, item2 [, . . . [, itemN]]]])
[UTC | Returns the number of milliseconds between midnight, January 1, 1970 Universal Coordinated Time (UTC) (or GMT) and the supplied date]
[valueOf | Returns the primitive value of the specified object]
valueOf(| )
[Write | Writes a specified string to a TextStream file]
Write(|string)
[WriteBlankLines | Writes a specified number of newline characters to a TextStream file]
WriteBlankLines(|lines)
[WriteLine | Writes a specified string and newline character to a TextStream file]
WriteLine(|[string])
[arguments | Returns the arguments object for the currently executing Function object]
arguments|
[AtEndOfLine | Returns true if the file pointer is positioned immediately before the end-of-line marker in a TextStream file; false if it is not. Read-only]
AtEndOfLine|
[AtEndOfStream | Returns true if the file pointer is at the end of a TextStream file; false if it is not. Read-only]
AtEndOfStream|
[Attributes | Sets or returns the attributes of files or folders. Read/write or read-only, depending on the attribute]
Attributes |[= newattributes]
[AvailableSpace | Returns the amount of space available to a user on the specified drive or network share]
AvailableSpace|
[callee | Returns the Function object being executed, that is the body text of the specified Function object]
]arguments.callee|
[caller | Returns a reference to the function that invoked the current function]
caller|
[Column | Read-only property that returns the column number of the current character position in a TextStream file]
Column|
[CompareMode | Sets and returns the comparison mode for comparing string keys in a Dictionary object]
CompareMode|[ = compare]
[constructor | Specifies the function that creates an object]
constructor|
[Count | Returns the number of items in a collection or Dictionary object. Read-only]
Count|
[DateCreated | Returns the date and time that the specified file or folder was created. Read-only]
DateCreated|
[DateLastAccessed | Returns the date and time that the specified file or folder was last accessed. Read-only]
DateLastAccessed|
[DateLastModified | Returns the date and time that the specified file or folder was last modified. Read-only]
DateLastModified|
[description | Returns or sets the descriptive string associated with a specific error]
description |[= stringExpression]
[Drive | Returns the drive letter of the drive on which the specified file or folder resides. Read-only]
Drive|
[DriveLetter | Returns the drive letter of a physical local drive or a network share. Read-only]
DriveLetter|
[Drives | Returns a Drives collection consisting of all Drive objects available on the local machine]
Drives|
[DriveType | Returns a value indicating the type of a specified drive]
DriveType|
[E | Returns Euler's constant, the base of natural logarithms. The E property is approximately equal to 2.718]
E|
[Files | Returns a Files collection consisting of all File objects contained in the specified folder, including those with hidden and system file attributes set]
Files|
[FileSystem | Returns the type of file system in use for the specified drive]
FileSystem|
[FreeSpace | Returns the amount of free space available to a user on the specified drive or network share. Read-only]
FreeSpace|
[global | Returns a Boolean value indicating the state of the global flag (g) used with a regular expression. Default is false. Read-only]
global|
[ignoreCase | Returns a Boolean value indicating the state of the ignoreCase flag (i) used with a regular expression. Default is false. Read-only]
ignoreCase|
[index | Returns the character position where the first successful match begins in a searched string. Read-only]
index|
[Infinity | Returns an initial value of Number.POSITIVE_INFINITY]
Infinity|
[input | Returns the string against which a regular expression search was performed. Read-only]
input|
[IsReady | Returns True if the specified drive is ready; False if it is not]
IsReady|
[IsRootFolder | Returns True if the specified folder is the root folder; False if it is not]
IsRootFolder|
[Item | Sets or returns an item for a specified key in a Dictionary object. For collections, returns an item based on the specified key. Read/write]
Item(|key)[ = newitem]
[Key | Sets a key in a Dictionary object]
Key(|key) = newkey
[lastIndex | Returns the character position where the next match begins in a searched string]
lastIndex|
[lastMatch | Returns the last matched characters from any regular expression search. Read-only]
lastMatch|
[lastParen | Returns the last parenthesized submatch from any regular expression search, if any. Read-only]
lastParen|
[leftContext | Returns the characters from the beginning of a searched string up to the position before the beginning of the last match. Read-only]
leftContext|
[length | Returns the actual number of arguments passed to a function by the caller]
]arguments.length|
[length | Returns an integer value one higher than the highest element defined in an array]
length|
[length | Returns the number of arguments defined for a function]
length|
[length | Returns the length of a String object]
length|
[Line | Read-only property that returns the current line number in a TextStream file]
Line|
[LN10 | Returns the natural logarithm of 10]
LN10|
[LN2 | Returns the natural logarithm of 2]
LN2|
[LOG10E | Returns the base-10 logarithm of e, Euler's constant]
LOG10E|
[LOG2E | Returns the base-2 logarithm of e, Euler's constant]
LOG2E|
[MAX_VALUE | Returns the largest number representable in JScript. Equal to approximately 1.79E+308]
MAX_VALUE|
[message | Returns an error message string]
message|
[MIN_VALUE | Returns the number closest to zero representable in JScript. Equal to approximately 5.00E-324]
MIN_VALUE|
[multiline | Returns a Boolean value indicating the state of the multiline flag (m) used with a regular expression. Default is false. Read-only]
multiline|
[Name | Sets or returns the name of a specified file or folder. Read/write]
Name |[= newname]
[name | Returns the name of an error]
name|
[NaN | Returns the special value NaN indicating that an expression is not a number]
NaN|
[NaN | A special value that indicates an arithmetic expression returned a value that was not a number]
NaN|
[NEGATIVE_INFINITY | Returns a value more negative than the largest negative number (-Number.MAX_VALUE) representable in JScript]
NEGATIVE_INFINITY|
[number | Returns or sets the numeric value associated with a specific error. The Error object's default property is number]
number |[= errorNumber]
[ParentFolder | Returns the folder object for the parent of the specified file or folder. Read-only]
ParentFolder|
[Path | Returns the path for a specified file, folder, or drive]
Path|
[PI | Returns the ratio of the circumference of a circle to its diameter, approximately 3.141592653589793]
PI|
[POSITIVE_INFINITY | Returns a value larger than the largest number (Number.MAX_VALUE) that can be represented in JScript]
POSITIVE_INFINITY|
[propertyIsEnumerable | Returns a Boolean value indicating whether a specified property is part of an object and if it is enumerable]
propertyIsEnumerable(|proName)
[prototype | Returns a reference to the prototype for a class of objects]
prototype|
[rightContext | Returns the characters from the position following the last match to the end of the searched string. Read-only]
rightContext|
[RootFolder | Returns a Folder object representing the root folder of a specified drive. Read-only]
RootFolder|
[SerialNumber | Returns the decimal serial number used to uniquely identify a disk volume]
SerialNumber|
[ShareName | Returns the network share name for a specified drive]
ShareName|
[ShortName | Returns the short name used by programs that require the earlier 8.3 naming convention]
ShortName|
[ShortPath | Returns the short path used by programs that require the earlier 8.3 file naming convention]
ShortPath|
[Size | For files, returns the size, in bytes, of the specified file. For folders, returns the size, in bytes, of all files and subfolders contained in the folder]
Size|
[source | Returns a copy of the text of the regular expression pattern. Read-only]
source|
[SQRT1_2 | Returns he square root of 0.5, or one divided by the square root of 2]
SQRT1_2|
[SQRT2 | Returns the square root of 2]
SQRT2|
[SubFolders | Returns a Folders collection consisting of all folders contained in a specified folder, including those with hidden and system file attributes set]
SubFolders|
[TotalSize | Returns the total space, in bytes, of a drive or network share]
TotalSize|
[Type | Returns information about the type of a file or folder. For example, for files ending in .TXT, "Text Document" is returned]
Type|
[undefined | Returns an initial value of undefined]
undefined|
[VolumeName | Sets or returns the volume name of the specified drive. Read/write]
VolumeName |[= newname]
;
;
;
[IE5 | Detection MSIE 5.0]
var ie5 = document.all && !document.fireEvent && !window.opera;
[IE55 | Detection MSIE 5.5]
var ie55 = document.all && document.fireEvent && !document.createComment;
[IE6 | Detection MSIE 6.0]
var ie6 = document.all && document.fireEvent && document.createComment;
[NS6 | Detection Netscape 6+]
var ns6 = !document.all && document.getElementById;
[opera7 | Detection Opera 7]
var opera7 = window.opera && document.createComment;